fixup! admin/status: test GPG signature check
authorColin Walters <walters@verbum.org>
Tue, 8 Jan 2019 15:24:10 +0000 (15:24 +0000)
committerColin Walters <walters@verbum.org>
Tue, 8 Jan 2019 15:24:10 +0000 (15:24 +0000)
configure.ac

index 8aeec3abb4ffa6d937eb0492029b3863d5488c8f..2fe5158935b1b31bac633b88ac53cd07d0b7948a 100644 (file)
@@ -141,7 +141,7 @@ AS_HELP_STRING([--disable-http2],
   [Disable use of http2 (default: no)]),,
   [enable_http2=yes])
 AS_IF([test x$enable_http2 != xno ], [
-  AC_DEFINE([BUILDOPT_HTTP2], 1, [Define if we enable http2])
+  AC_DEFINE([BUILDOPT_HTTP2], 1, [Define if we enable http2 by default])
 ], [
   OSTREE_FEATURES="$OSTREE_FEATURES no-http2"
 ])